BarScope

Functions

Link copied to clipboard
fun BarScope.DefaultVerticalBar(color: Color, shape: Shape = RectangleShape, border: BorderStroke? = null)

A simplified DefaultVerticalBar that uses a Solid Color color and default RectangleShape.

fun BarScope.DefaultVerticalBar(    brush: Brush,     modifier: Modifier = Modifier,     shape: Shape = RectangleShape,     border: BorderStroke? = null,     hoverElement: @Composable () -> Unit = {})

A default implementation of a bar for bar charts.

Link copied to clipboard
abstract fun Modifier.hoverableElement(element: @Composable () -> Unit): Modifier